home *** CD-ROM | disk | FTP | other *** search
/ A Virtual Reality Guide to Texas / CD.iso / texdata / arcextra / extras.cst / 00002_texin audio loop.ls < prev    next >
Encoding:
Text File  |  1998-06-23  |  173 b   |  8 lines

  1. on exitFrame  
  2.   if soundbusy(1) then
  3.     set the timeoutlapsed = 0
  4.     go marker(-1)  -- loop the talking animation
  5.     -- as long as there is sound to play
  6.   end if
  7.   
  8. end